@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	font-family: 'MS Pゴシック','Helvetica',sans-serif;
    font-family: "Noto Sans Japanese";
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: auto !important;
	-webkit-user-select: auto !important;
	-webkit-user-drag: auto !important;
}
*::selection{
    background:#20274e;
    color: #fff;
}
*::-moz-selection{
    background:#20274e;
    color: #fff;
}

html, body, form {
	height: 100%;
	width: 100%;
}
html {
	overflow-x: hidden;
    font-size: 62.5%;
    font-family: "Noto Sans Japanese";
	line-height: 1.25;
}
body {
	overflow-x: hidden;
	/* overflow-y: hidden; */
	background: #fff;
	/*font-size: 13px;*/
	line-height: 1.25;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;*/
	-webkit-text-size-adjust: 100%; /* 縦向き (Portrate mode) と横向き (Landscape mode) の文字サイズを自動調整 */
	/* -webkit-text-size-adjust: none;  文字の拡大縮小を防ぐ */
/* font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif; */
    margin:0;
    color:#20274e;
    cursor: default;
}

table {
    border-collapse: collapse;
}

img{
outline:none;
border-style:none;
}
.img_center_wrap{
    width: 100%;
    padding-top: 5px;
    text-align: center;
}
.img_center_wrap img{
    width: max-content;
    max-width: 1000px;
}
.img_center{
    width: max-content;
    padding-top: 5px;
}
section{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    margin-bottom: 50px;
}
/* pdf */
.obj_pdf{
    width: 100%;
    max-width: 1000px;
    height: -webkit-fill-available;
    padding-top: 5px;
}
@media all and (-ms-high-contrast: none) {
    .obj_pdf{
        height: 500px;
    }
}
a{
    text-decoration: none;
    color: #212121;
    text-decoration: none;
    color: #212121;
}
/* a:visited{
    text-decoration: none;
    color: #212121;
}
a:hover {
    text-decoration: none;
    color: #212121;
} */

p,span,caption,th,td,a,h1,h2,h3,ul>li{
    font-family: "Noto Sans Japanese";
    font-size: 1.6rem;
}
section p{
    padding: 5px 5px 0px 5px;
    line-height: 1.6em;
}
section p a{
    word-wrap: break-word;
}
section p a:hover{
	text-decoration: underline;
}
h1{
    font-size: 2.3rem;
    color: #20274e;
    width: 100%;
    padding: 10px;
    position: relative;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 25px;
    border-radius: 30px;
    padding-left: 0px;
    font-weight: 800;
}
h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: -4px;
    background: #20274e;
}
h1 span{
    display: inline-block;
    font-size: 1.8rem;
}
h2{
	color: #20274e;
	font-size: 2rem;
    font-weight: bold;
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: solid 1px #20274e;
    line-height: 1.5;
}
h2 span{
    display: inline-block;
	font-size: 1.8rem;
}
h2.h2_mt{
    margin-top: 30px;
}
h1 + h2.h2_mt{
    margin-top: 15px;
}


.span_c{
    color: #ef4b46;
    font-weight: bold;
}
.span_fsu{
    font-size: 2rem;
}
.span_fsd{
    font-size: 1.2rem;
}
.span_caption{
    padding: 10px;
    display: block;
}

.span_bold{
    font-weight: bold;
}
.span_red{
    color:#d64541;
    font-weight: 900;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .img_center_wrap{
        width: 100%;
        padding: 5px 15px 0px 15px;
    }
    .img_center_wrap img{
        width: 100%;
    }
    .img_org{
        padding: 5px 15px 0px 15px;
    }

    section p{
        padding: 5px 15px 0px 15px;
    }
    h1{
        width: 100%;
        border-radius: 0px;
        padding-left: 10px;
    }
    h2{
        padding: 10px 10px 5px 15px;
    }
    .span_caption{
        padding: 10px;
        display: block;
    }

}

.ib {
    display: inline-block;
    padding: 0px 0px;
}

/* ステッカー */
.sticker{
    background-color: #ef4b46;
    color: #fff;
    float: right;
    padding: 10px;
    margin: 10px;
    border-radius: 999px;
}

/*横：ulh（horizon） 縦：ulv（vertical） */
.ulh, .ulh ul, .ulv, .ulv ul {
    list-style: none;
}
.ulh li {
    float: left;
    white-space: nowrap;
}

/*横：テーブル版（中のテキストが縦中央配置になる）*/
.ult, .ult ul {
    display: table-row;
}
.ult li {
    display: table-cell;
    vertical-align: middle;
}

/*横：inline-block*/
.uli, .uli ul {
    font-size:0;
}
.uli li {
    /* display: table-cell; */
    display: inline-block;
    vertical-align: middle;
}
ul{
    line-height:1;
}

.captionA{
    font-size: 200%;
    color: #fff;
    font-weight: bold;
}
.captionB{
    font-size: 180%;
    color: #333;
    font-weight: bold;
}
.captionC{
    font-size: 130%;
    color: #333;
    font-weight: bold;
    padding: 0px 3px;
}
.captionD{
    font-size: 150%;
    color: #333;
    font-weight: bold;
    padding: 0px 3px;
}


/*テーブル基本*/
.tableA{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.tableA > tbody > tr:nth-child(2n+1){
    background-color: #ECEFF1;
}
.tableA > tbody > tr:nth-child(2n){
    background-color: #fff;
}
.tableA.tableA_re > tbody > tr:nth-child(2n+1){
    background-color: #fff;
}
.tableA.tableA_re > tbody > tr:nth-child(2n){
    background-color: #ECEFF1;
}
.tableA > tbody > tr:nth-child(1){
    background-color: #84c440;
    color: #fff;
}
.tableA > tbody > tr > th,
.tableA > tbody > tr > td{
    padding: 10px;
    text-align: center;
    border: solid 1px #fff;
    white-space: nowrap;
}
.tableA > tbody > tr > th{
    letter-spacing: 0.03em;
    background-color: #84c440;
    color: #fff;
}
.table_wrap{
    overflow: auto;
    margin-top: 15px;
	width: 100%;
    overflow: inherit;
}
.tableA caption{
    padding-bottom: 5px;
}
.tableA > tbody > tr > th.th_strong{
    background-color: #d64541;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .table_wrap{
        overflow: auto;
        padding: 0px 15px;
        width: calc(100% - 15px);
    }
    .tableA{
        width: calc(100% - 20px);
    }
}


/*リスト：ドット*/
.contents_listA{
	padding: 10px 10px;
}
.contents_listA > figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}
.contents_listA > ul > li{
    width: 100%;
    padding: 5px 0px;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}
.contents_listA > ul > li::before{
	content: '■';
    color: #ef4b46;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0px;
}
.contents_listA > ul > li > span{
    line-height: 1.5em;
    padding-top: 7px;
}

/* リスト：数字 */
.contents_listB{
	counter-reset: my-counter;
    padding-top: 10px;
}
.contents_listB > figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}
.contents_listB > ol > li{
font-size: 1.5rem;
    padding: 10px 0px 5px 5px;
    padding-left: 50px;
    line-height: 42px;
    position: relative;
}
.contents_listB > ol > li::before{
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 40px;
    background-color: #dd5710;
    position: absolute;
    left: 0px;
}
.contents_listB > ol > li > span{
    /* display: block; */
    font-size: 2rem;
    height: 30px;
    line-height: 30px;
    color: #20274e;
    font-weight: bold;
}
/*リスト：チェックマーク*/
.contents_listC{
	padding: 10px 10px;
}
.contents_listC > figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}
.contents_listC > ul > li{
    width: 100%;
    padding: 15px 0px;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    }
.contents_listC > ul > li::before{
	content: '';
    color: #dd5710;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 20px;
    border-bottom: solid 5px #dd5710;
    border-left: solid 5px #dd5710;
    transform: rotate(-45deg);
}
.contents_listC > ul > li > span{
    line-height: 1.5em;
    padding-top: 7px;
}


/* リスト内リスト：ドット */
.contens_include_list{
    padding-top: 5px;
    padding-left: 10px;
}
.contens_include_list > li{
    width: 100%;
    padding: 5px 0px;
    padding-left: 15px;
    position: relative;
    line-height: 1.5em;
}
.contens_include_list > li::before{
	content: '■';
    color: #6d6d6d;
    font-size: 1.1rem;
    font-weight: bold;
    /* line-height: 1.5em; */
    display: block;
    position: absolute;
    left: 0px;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .contents_listA{
        padding: 5px 15px 5px 15px;
    }
    .contents_listB{
        padding: 15px 15px 5px 15px;
    }
    .contents_listB p{
        padding: 5px 15px 5px 0px;
    }
        .contents_listC{
        padding: 5px 15px 5px 15px;
    }

}

/* ボタン */
.btn {
    text-align: center;
    background-color: #20274e;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.2s;
}
.btn a{
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
}
.btn:hover{
    background-color: #0f1224;
    transition: all 0.2s;
}

/* page top button */
.pageTopButton{
    position: fixed;
    right: 40px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color: #aaa;
    border-radius: 30px;
    transition: all 0.2s;
}
.pageTopButton:hover{
    background-color: #666;
}
.pageTopButton > a{
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
}
.pageTopButton > a::before{
    content:' ';
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}

.pageTopButtonDisp{
    opacity: 0.7;
    transition: all 0.2s;
    z-index: 2147483647;
}
.pageTopButtonNotDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}
@media screen and (max-width: 1024px) {
.pageTopButtonDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
.pageTopButtonDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}
}



  /* header */
.header{
    padding-top: 15px;
    /* padding-bottom: 15px; */
    box-shadow: 0 2px 2px 0 rgb(74 74 74 / 40%);
    -webkit-box-shadow: 0 2px 2px 0 rgb(74 74 74 / 40%);
    position: relative;
    z-index: 999;
    /* background-color: #f5f5f5;
    border-bottom: solid 5px #327d69; */
    border-bottom: solid 4px #dd5710;
}
/* .header::before{
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(to right, #327d69,#014923,#014b22);
    background: #d83c8e;
    background: #327d69;
} */
.header_row {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_row_left a,
.header_row_center a{
    display: block;
}
.header_row_left{
    width: 170px;
}
.header_row_left img{
    width: 150px;
}
.header_row_center{
    width: 160px;
}
.header_row_center img{
    width: 160px;
}
.header_row_right {
    display: flex;
    font-size: 2.5rem;
}
.header_row_right li:nth-child(1){
    margin-right: 2rem;
}
.header_row_right_btn {
    padding: 1rem 2rem;
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .header {
        padding: 15px 0px;
        /* padding-bottom: 25px; */
    }
    .header_row{
        height: auto;
        display: flex;
        min-width: auto;
        padding: 0px 15px;
    }
    .header_row_left{
        width: 100px;
    }
    .header_row_left img{
        width: 90px;
        padding-top: 0px;
    }
    .header_row_center{
        width: 100px;
        margin-top: 0px;
    }
    .header_row_center img{
        width: 100px;
        padding-top: 5px;
    }
    .header_row_right{
       flex-direction: column;
    }
    .header_row_right_btn {
        padding: 1rem 1rem;
        width: 100%;
    }
    .header_row_right_btn > a{
        font-size: 1.4rem;
    }
    .header_row_right > li:nth-child(1) {
        margin-right: 0;
        margin-bottom: 6px;
    }
}

@media only screen and (max-device-width:320px){
    .header {
        padding: 15px 10px;
    }
    .header_left {
        padding-right: 5px;
    }
    .header_center {
        width: 65px;
    }
    .header_right{
        float: right;
    }
    .header_row_right_btn {
        padding: 1rem 1rem;
    }
}

.header_logo_rb{
    width: 150px;
    padding-right: 20px;
}
.header_logo_rb img{
    width: 150px;
}

.header_to_form{
    width: 200px;
}
.header_btn{
	width: 160px;
    height: 40px;
    line-height: 40px;
}

/* ナビゲーションメニュー */
nav{
	padding: 10px 0px;
    /* background-color: #20274e; */
    position: absolute;
    top: 85px;
    z-index: 999;
    left: calc(50% - 500px);
}
nav ul{
	width: 1000px;
	margin: 0 auto;
}
nav > ul > li{
	padding: 0px 20px;
    /* border-right: solid 1px #ddd; */
}

nav > ul > li:nth-child(1){
	padding-left: 0px;
}
nav > ul > li > a{
	display: block;
	height: 40px;
    line-height: 40px;
	color: #fff;
	font-size: 1.5rem;
	/* font-weight: 500; */
}
nav > ul > li > a:hover{
	border-bottom: solid 2px #fff;
    transition: 0.1s;
}


/* breadcrumbs */
.breadcrumbs{
	margin:0 auto;
	width:100%;
	max-width: 1000px;
    height: 40px;
    line-height: 40px;
}
.breadcrumbs > ul > li > a,
.breadcrumbs > ul > li > span{
    display: block;
    height: 40px;
    line-height: 40px;
	font-size: 1.2rem;
	color: #212121;
}
.breadcrumbs > ul > li:not(:first-child){
    vertical-align: bottom;
    position: relative;
    padding-left: 25px;

}
.breadcrumbs > ul > li:not(:first-child):before{
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 8px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: solid 1px #212121;
    border-right: solid 1px #212121;
}
.breadcrumbs > ul > li:last-child:before{
	color: #212121;
}
.breadcrumbs > ul > li:not(:last-child) > a:hover{
	color: #327d69;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    nav{
        left: calc(50% - 176px);
    }
	nav ul{
		width:100%;
	}
	nav > ul > li{
		padding: 0px 15px;
	}
	nav > ul > li:nth-child(1){
		padding-left: 15px;
	}
	nav > ul > li > a{
		height: 40px;
		line-height: 40px;
	}

    .breadcrumbs{
        width: 100%;
        padding: 0px 10px;
    }
}

/* footer_contact */
.footer_contact{
	padding: 35px;
    margin-top: 50px;
	background-color: #f7f9fb;
    text-align: center;
}
.footer_contact .footer_contact_caption {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
.footer_contact ul{
	width: 800px;
	margin: 0 auto;
}
.footer_contact_icon_tel,
.footer_contact_icon_mail{
	width: 80px;
	text-align: right!important;
}
.footer_contact_icon_tel img{
	width: 28px;
}
.footer_contact_text{
	width: 250px;
    font-size: 2.0rem;
}
.footer_contact_text + li{
	width: 350px;
}
.footer_contact_tel {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5em;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;
}
.footer_contact_btn {
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
}
.footer_row_right {
    display: flex;
    font-size: 2.5rem;
    justify-content: center;
}
.footer_contact_tel img {
    width: 28px;
    margin-right: 8px;
}

@media screen and (max-width: 1024px) {
    .footer_contact p {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
    .footer_contact ul {
        width: 100%!important;
        margin: 0 auto;
        display: block;
    }
    .footer_contact ul li {
        width: 100%;
        text-align: center;
    }
    .footer_contact_icon_tel, .footer_contact_icon_mail {
        text-align: center!important;
    }

    .footer_contactB > li:nth-child(1){
        border-right:none;
    }
    .footer_contact_icon_mail{
        padding-top: 30px;
    }
}

/*****************************************************
	iPad縦向き
******************************************************/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .footer_contact ul {
        flex-direction: column;
    }
    .footer_contact ul li {
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .footer_contact p {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
    .footer_contact ul {
        flex-direction: column;
    }
    .footer_contact ul li {
        width: 60%;
        margin: 0 auto;
    }
    .footer_row_right li:first-child {
        margin-bottom: 2rem;
    }
    .footer_contact_tel{
        font-size: 2.6rem;
        margin: 2rem;
    }
    .footer_contact_tel img{
        width: 28px;
        height: auto;
        margin-right: 8px;
    }
    .footer_contact_icon_tel, .footer_contact_icon_mail {
        text-align: center!important;
    }
    .footer_contact_btn {
        width: 100%;
    }
    .sp_none{
        display: none;
      }
}




/* footer */
/* whitecryptionページより */
footer{width:100%; margin:0 auto; text-align: center; background:#64687b;}
footer ul{padding:7px 0;}
footer ul li{display: inline-block;padding: 5px;}
footer ul li br{display:none;}
footer ul li a{color:#fff; text-decoration: none; font-size:1.3rem; font-weight: 400;}
footer ul li a:hover{text-decoration: underline;}
footer ul li:last-child a{border: none;}
.contact{font-size:3.0rem; margin-bottom:20px; color:#fff;}
.line{max-width:600px; margin:0 auto; border-bottom: 1px solid #fff;}
.tel{color:#fff; font-size:2.0rem; margin:15px auto 25px;}
.copyright{font-size:1.1rem; color:#fff; padding: 20px 0px;}
.copyright > p{font-size:1.1rem;}

.footer_link_wrap{
    background-color: #4c5067;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.footer_link{
    text-align: center;
 }
.footer_link li{
    vertical-align: top;
    text-align: left;
    padding: 0px;
}
.footer_link li p{
    color: #fff;
    padding: 4px 0px;
}
.footer_link li p a{
    border: none;
    padding-right: 30px;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    footer ul {
        padding: 0px;
    }
    .footer_link{
    width: 100%;
    padding-left: 20px;
    text-align: left;
    }
    .footer_link li{
        width: 100%;
    }
    .footer_link li p {
        padding: 10px 0px;
    }
    .footer_link li p a{
        padding: 4px 0px;
    }
}


/* section内画像 */
.section_list_img{
	padding: 15px 0px;
    font-size: 0;
}
.section_list_img > li{
	padding: 0px 5px;
	padding-bottom: 20px;
	vertical-align: top;
	opacity: 1;
	transition: opacity 0.2s;
}
/* section内画像：2列 */
.section_list_img_columns_2 > li{
	width: 50%;
}
/* section内画像：3列 */
.section_list_img_columns_3 > li{
	width: calc(100% / 3);
}
/* section内画像：4列 */
.section_list_img_columns_4 > li{
	width: 25%;
}

/* ver : normal */
.section_list_img > li > img{
	width: 100%;
	/* height: 220px; */
}
.section_list_img > li > h3{
	font-weight: bold;
	color: #212121;
	font-size: 1.6rem;
	padding-top: 10px;
    padding-bottom: 5px;
}
.section_list_img > li > p{
    /* text-align: center; */
    padding-left: 0px;
}
.section_list_img > li > span{
    display: block;
	line-height: 1.5;
    font-size: 1.3rem;
}
.section_list_img > li > span > a{
    color: #327d69;
}
.section_list_img > li > span > a:hover{
    text-decoration: underline;
}
/* ver : normal : end */

/* ver : link */
.section_list_img > li > a:hover{
	opacity: 0.7;
	transition: opacity 0.2s;
}
.section_list_img > li > a{
	display: block;
}
.section_list_img > li > a > img{
	width: 100%;
	height: 180px;;
}
.section_list_img > li > a > h3{
	font-weight: bold;
	color: #327d69;
	font-size: 1.6rem;
	padding-top: 10px;
    padding-bottom: 5px;
}
.section_list_img > li > a > span{
	line-height: 1.5;
    font-size: 1.3rem;
}
/* ver : link : end */


@media only screen and (min-device-width:320px) and (max-device-width:768px) {
	.section_list_img > li{
		width: 100%;
		padding: 0px 15px;
		padding-bottom: 40px;
	}
	/* .section_list_img > li > img, */
	.section_list_img > li > a > img{
		border-bottom: solid 2px #327d69;
	}
    .section_list_img > li > img,
	.section_list_img > li > a > img{
        width: 100%;
        height: auto;;
    }

    .section_list_img > li > a > h3{
	padding-left: 0px;
}

}

/* section内コンテンツ */
.section_columns{
    width: 100%;
    font-size: 0;
    padding-top: 15px;
}
.section_columns > li{
    vertical-align: top;
}
.section_columns > li > h3{
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 1.25em;
}
.section_columns > li > img{
    padding-top: 10px;
    width: 100%;
}

/* section内コンテンツ：2列 */
.section_columns_2 > li{
    display: inline-block;
    width: 50%;
}
.section_columns_2 > li:first-child{
    padding-right: 5px;
    /* text-align: right; */
}
.section_columns_2 > li:last-child{
    padding-left: 5px;
    /* text-align: left; */
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .section_columns > li{
        width: 100%!important;
    }
    .section_columns > li{
        padding: 0px 15px;
        padding-bottom: 15px;
    }
    .section_columns > li p{
        padding: 5px 5px 0px 5px;
    }
    .section_columns > li .contents_listA{
        padding: 5px 10px 0px 10px;
    }
    .section_columns > li > img{
        width: 100%;
    }
    .section_columns_2 > li:first-child{
        padding-right: 15px;
        /* text-align: center; */
    }
    .section_columns_2 > li:last-child{
        padding-left: 15px;
        /* text-align: center; */
    }

}

/* 背景色あり */
.section_columns_back{
	padding: 15px;
    background-color: #f5f5f5;
}
.section_columns_back > p{
    padding: 0px;
}
.section_columns_back > span{
    font-size: 1.3rem;
    display: block;
    padding-top: 5px;
}
/* テキストと画像が隣接 */
.section_columns_adjoin_right,
.section_columns_adjoin_left{
    padding: 0px 5px;
}

/* section_columns_adjoin_right：テキストが右 */
.section_columns_adjoin_right > li:nth-child(1){
	/* width: 250px; */
	padding-top: 5px;
}
.section_columns_adjoin_right > li:nth-child(1) > img{
	width: 250px;
}
.section_columns_adjoin_right > li:nth-child(2){
	width: calc(100% - 250px);
	padding-right: 10px;
	vertical-align: top;
    line-height: 1.5em;
}

/* section_columns_adjoin_left：テキストが左 */
.section_columns_adjoin_left > li:nth-child(1){
	width: calc(100% - 250px);
	padding-right: 10px;
	vertical-align: top;
    line-height: 1.5em;
}
.section_columns_adjoin_left > li:nth-child(2){
	width: 250px;
	padding-top: 5px;
}
.section_columns_adjoin_left > li:nth-child(2) > img{
	width: 250px;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    .section_columns_adjoin_right,
    .section_columns_adjoin_left{
        padding: 0px 15px;
    }
    .section_columns_adjoin_right p,
    .section_columns_adjoin_left p{
        padding: 0px;
        padding-top: 5px;
    }
    .section_columns_adjoin_right > li:nth-child(1),
    .section_columns_adjoin_right > li:nth-child(2),
    .section_columns_adjoin_right > li:nth-child(1) > img,
    .section_columns_adjoin_left > li:nth-child(1),
    .section_columns_adjoin_left > li:nth-child(2),
    .section_columns_adjoin_left > li:nth-child(2) > img{
        width: 100%;
    }
    .section_columns_adjoin_right h3,
    .section_columns_adjoin_left h3{
        padding-left: 0px;
    }
}


/* flex */
.container{
    width: 100%;
    display: flex;
}
/* flex : colmuns 2 */
.container_col2 .container_item{
    width: 50%;
}
.container_col2 .container_item:nth-child(1){
    padding-right: 20px;
}
/* flex : colmuns 3 */
.container_col3 .container_item{
    width: calc(100% / 3);
}
/* flex : colmuns 5 */
.container_col5 .container_item{
    width: calc((100% - 150px) / 5);
}

/* flex : img */
.container_item img{
    /* width: 100%; */
    max-width: fit-content;
}
@media only screen and (min-device-width:320px) and (max-device-width:812px) {
/* flex : colmuns 2 */
    .container_col2 {
        flex-direction: column;
    }
    .container_col2 .container_item{
        width: 100%;
    }
    .container_col2 .container_item:nth-child(1){
    padding-right: 0px;
    padding-bottom: 10px;
    }

    .container_col3 {
        flex-direction: column;
    }
    .container_col3 .container_item{
        width: 100%;
    }
    .container_col3 .container_item:nth-child(1),
    .container_col3 .container_item:nth-child(2){
    /* padding-right: 0px;
    padding-bottom: 10px; */
    }
}

.allow {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #20274e transparent transparent transparent;
    margin: 10px 0px 10px 118px;
}
@media only screen and (min-device-width:320px) and (max-device-width:812px) {
.allow {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
}
