@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/


/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}
#main{
	margin-bottom: 25px;
}
#main h1{
	margin-top: 25px;
	margin-bottom: 45px;
	position: relative;
}
#main #main_image{
	display: block;
	text-align: right;
	margin-top: -198px;
	margin-bottom: 43px;
}
#main p{
	color: #003a81;
}

#container {
  width: auto;
}
#container .contents_frame, #container .contents_block {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h2{
	color: #0048a1;
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px solid #004caa;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.icl_menu{
	border-top: 1px solid #004caa;
	margin-bottom: 28px;
}
.icl_menu.bottom_space{
	margin-bottom: 115px;
}
.icl_menu ul{
	list-style-type: none;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.40em;
	background: url(image/border_detail_menu.gif) no-repeat top right;
}
.icl_menu ul li{
	box-sizing: border-box;
	display: inline-block;
  letter-spacing: normal;
	vertical-align: top;
	background: url(image/border_detail_menu.gif) no-repeat 0 0;
}
.icl_menu ul li a{
	display: block;
	width: 480px;
	height: 72px;
	text-decoration: none;
	color: #0048a1;
    background: none;
}
.icl_menu ul li.active a{
	color: #d82b63;
	pointer-events: none;
}


.icl_menu ul li a{
	background-image:url(image/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position: 437px 36px;
}
.icl_menu ul li.active a{
	background: none;
}

.icl_menu ul li a .text{
	display: block;
    text-align: center;
    padding-top: 32px;
	font-size: 18px;
}

.icl_menu ul li a:hover{
	opacity: 0.7;
}


/* ==============================================
    index.html
============================================== */
#index .icl_menu{
	margin-bottom: 50px;
}
#index .icl_menu.bottom_space{
	margin-bottom: 115px;
}
#index .contents_block h2 img{
	margin-right: 15px;
	margin-bottom: -7px;
}
.contents_block p{
	color: #003a81;
}

#index .contents_block p.note {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}


.section {
    margin: 30px 0 60px;
}
.ttl_h3 {
	font-size: 20px;
	font-weight: bold;
	color: #003a81;
	background-color: #ffdae6;
	padding: 10px 20px;
	line-height: 1em;
	margin-bottom: 20px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.flexbox .text {
    order: 1;
    flex: 1;
}
.flexbox figure {
    order: 2;
    text-align: center;
    margin: 0 auto 20px;
}

#ipcl-features ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}
#ipcl-features li {
    width: 48%;
}
#ipcl-features li figure {
    text-align: center;
    margin: 0 auto 20px;
}


@media screen and (max-width: 750px) {
    .flexbox {
        display: block;
    }
    #ipcl-features li {
        width: 100%;
    }
}

.bnr_ipcl {
    text-align: center;
    margin: 70px auto;
}
.bnr_ipcl img {
    max-width: 100%;
}

/* ==============================================
    flow.html
============================================== */
#flow .contents_block h2{
	margin-bottom: 35px;
}
#flow .contents_block h2 img{
	margin-right: 15px;
	margin-bottom: -5px;
}
#flow h3{
	font-size: 20px;
	font-weight: bold;
	color: #003a81;
	background-color: #ffdae6;
	padding: 10px 20px;
	line-height: 1em;
	margin-bottom: 30px;
}
#flow #contents_block1,
#flow #contents_block2,
#flow #contents_block3,
#flow #contents_block4{
	margin-bottom: 60px;
}
#flow #contents_block5{
	margin-bottom: 95px;
}
#flow #contents_block1 ul{
	list-style-type: none;
}
#flow #contents_block1 ul li{
	color: #003a81;
	font-size: 16px;
	margin-bottom: 10px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#flow #contents_block1 ul li .small_text{
	color: #1b1b1b;
	font-size: 14px;
}

#flow #contents_block2 ul{
	list-style-type: none;
	letter-spacing: -.40em;
    display: flex;
    justify-content: center;
}
#flow #contents_block2 ul li{
    width: 250px;
    position: relative;
}
#flow #contents_block2 ul li:last-of-type{
    width: 210px;
}
#flow #contents_block2 ul li strong{
	font-weight: bold;
    color: #2868b7;
    display: block;
    margin-bottom: 5px;
}
#flow #contents_block2 ul li span{
	/*width: 225px;*/
	display: block;
    position: relative;
    margin-bottom: 8px;
}
#flow #contents_block2 ul li span::after{
    content: "";
    display: inline-block;
    background: url("image/arrow_method_small_pc.gif") no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
#flow #contents_block2 ul li:last-of-type span::after{
    display: none;
}
#flow #contents_block2 ul li p {
    padding-right: 40px;
    color: #1b1b1b;
}
#flow #contents_block2 ul li:last-of-type p {
    padding-right: 0;
}




#flow #contents_block3 dl{
	width: 100%;
	padding-bottom: 13px;
	margin-bottom: 5px;
	background: url(image/arrow_flow.gif) no-repeat 31px bottom;
}

#flow #contents_block3 dl dt{
	color: #195eb2;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px solid #2767b7;
	text-align: center;
	width: 84px !important;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#flow #contents_block3 dl dd{
	color: #1b1b1b;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	padding: 20px;
	border-top: 1px solid #bcd3ef;
	border-right: 1px solid #bcd3ef;
	border-bottom: 1px solid #bcd3ef;
	display: table-cell;
	width: 876px;
}
#flow #contents_block3 dl dd strong{
	font-size: 16px;
	color: #003a81;
	display: block;
	margin-bottom: 10px;
}
#flow #contents_block3 dl dd p.bottom_space{
	margin-bottom: 10px;
}
#flow #contents_block3 dl dd .box_gray{
	color: #003a81;
	background-color: #f0f0f0;
	padding: 12px 16px;
}
#flow #contents_block3 dl dd .box_gray strong{
	font-size: 14px;
	margin-bottom: 0;
}
#flow #contents_block3 dl dd .box_gray.bottom_space{
	margin-bottom: 11px;
}
#flow #contents_block3 dl.pink_frame{
	background: url(image/arrow_flow_pink.gif) no-repeat 31px bottom;
}
#flow #contents_block3 dl.pink_frame dt{
	color: #d00748;
	background-color: #ffe4ed;
	border: 2px solid #f64881;
}
#flow #contents_block3 dl.pink_frame dd{
	border-top: 1px solid #fdb5cd;
	border-right: 1px solid #fdb5cd;
	border-bottom: 1px solid #fdb5cd;
}
#flow #contents_block3 dl.last{
	background: none;
	margin-bottom: 25px;
}

#flow #contents_block3 .box_border_left{
	border: 1px solid #003a81;
	float: left;
	width: 559px;
	box-sizing: border-box;
	padding: 21px 25px;
	min-height: 370px;
}
#flow #contents_block3 .box_border_left h4{
	color: #003a81;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
}
#flow #contents_block3 .box_border_left strong{
	color: #003a81;
	margin-bottom: 5px;
	display: block;
}
#flow #contents_block3 .box_border_left dl{
	background: none;
	margin-bottom: 12px;
	padding-bottom: 0;
}
#flow #contents_block3 .box_border_left dl.bottom_space{
	margin-bottom: 22px;
}
#flow #contents_block3 .box_border_left dl dt{
	color: #d00748;
	border: none;
	display: block;
	width: 100% !important;
	text-align: left;
	padding: 0;
}
#flow #contents_block3 .box_border_left dl dd{
	color: #003a81;
	border: none;
	display: block;
	width: 100%;
	padding: 0;
	font-size: 16px;
}
#flow #contents_block3 .box_gray_right{
	width: 378px;
	padding: 26px 28px;
	box-sizing: border-box;
	background-color: #f3f2f2;
	float: right;
	min-height: 370px;
}
#flow #contents_block3 .box_gray_right h4{
	font-size: 20px;
	margin-bottom: 16px;
	color: #d00748;
}
#flow #contents_block3 .box_gray_right p{
	color: #003a81;
	margin-bottom: 21px;
}
#flow #contents_block3 .box_gray_right ul{
	list-style-type: none;
}
#flow #contents_block3 .box_gray_right ul li{
	margin-bottom: 7px;
	color: #d00748;
	font-weight: bold;
	line-height: 1em;
}

#flow #contents_block4 .text_left{
	width: 435px;
	float: left;
}
#flow #contents_block4 .text_left strong{
	font-weight: bold;
	color: #003a81;
}
#flow #contents_block4 .text_left ul{
	list-style-type: none;
}
#flow #contents_block4 .text_left ul li{
	color: #003a81;

}
#flow #contents_block4 .text_left p{
	color: #003a81;
}
#flow #contents_block4 .image_right{
	width: 480px;
	float: right;
}

#flow #contents_block5 table{
	border-collapse: collapse;
}
#flow #contents_block5 table tr th{
	text-align: center;
	width: 137px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #E9E9E9;
}
#flow #contents_block5 table tr td{
	text-align: left;
	/*width: 166px;*/
	padding-right: 12px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
}


/****************************************************/

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/
	#index .icl_menu,
	.icl_menu{
		width: 960px;
	}
/***************************************************/
}

@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
#container .contents_frame{
	width: 100%;
}
#container .contents_block {
  max-width: 750px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#main{
	margin-bottom: 60px;
}
#main h1{
	max-width: 441px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#main h1 img{
	width: 100%;
}
#main #main_image{
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 300px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#main #main_image img{
	width: 100%;
}
#index .icl_menu,
.icl_menu{
	border-top: none;
	width: 100%;
}

.icl_menu ul{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background: none;
}
.icl_menu ul li{
	background: none;
	width: 100%;
	display: block;
}
.icl_menu ul li a{
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	width: 100%;
}
.icl_menu ul li:nth-child(1) a,
.icl_menu ul li:nth-child(2) a{
	background: none;
	background-color: #0072b4;
	font-size: 17.5px;
	color: #fff;
}
.icl_menu ul li:nth-child(1).active a,
.icl_menu ul li:nth-child(2).active a{
	background: none;
	background-color: #e95987;
}
.icl_menu ul li:nth-child(1) a .text,
.icl_menu ul li:nth-child(2) a .text{
	padding-top: 0;
	padding-left: 0;
}

#index .icl_menu.bottom_space{
	margin-bottom: 100px;
}

/* ==============================================
    index.html
============================================== */

/* ==============================================
    flow.html
============================================== */
    #flow #contents_block2 ul{
        display: block;
        width: 210px;
        margin: 0 auto;
    }
    #flow #contents_block2 ul li{
        width: 100% !important;
        padding-bottom: 40px;
        margin-bottom: 20px;
        position: relative;
    }
    #flow #contents_block2 ul li::after{
        content: "";
        display: inline-block;
        background: url("image/arrow_method_small_pc.gif") no-repeat center center;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
    }
    #flow #contents_block2 ul li:last-child::after{
       display: none;
    }
    #flow #contents_block2 ul li span::after{
        display: none;
    }
    #flow #contents_block2 ul li p {
        padding-right: 0;
    }



#flow #contents_block3 dl dd{
	width: auto;
}
#flow #contents_block3 .box_border_left{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	min-height: auto;
}
#flow #contents_block3 .box_gray_right{
	float: none;
	width: 100%;
	min-height: auto;
}

#flow #contents_block4 .text_left{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#flow #contents_block4 .image_right{
	max-width: 512px;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#flow #contents_block4 .image_right img{
	width: 100%;
}





/***************************************************/
}

@media screen and (max-width: 505px) {
/****************************************************
    505px未満に適用
****************************************************/
#index #contents_block3 .features_list .features:nth-child(odd) .text_right,
#index #contents_block3 .features_list .features:nth-child(even) .text_right{
	width: 65%;
}

/***************************************************/
}
}
